home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
xlib
/
xlib06
/
readme.txt
< prev
next >
Wrap
Text File
|
1993-10-12
|
1KB
|
33 lines
This is XLIB the mode X graphics library. There is no organization to the
files in this archive; that is left up to each users preferences.
Famous last words ;-)
"This is the last version I intend to release, unless of course someone has
something really nifty they'd like to contribute."
MOUSE TIP:
Theres a slight design flaw in the mouse driver and lots of people have had
problems with mouse droppings in the lower RH corner of the screen. This
happens under some circulstances because the code does not clip the saved
background as is done for the cursor graphic itself so bits of the mouse
graphic stored in the video ram just below the visual page get picked up into
the background.
To bypass this problem is simple when you know how. If you are having this
problem insert NonVisual_Offs+=ScrnLogicalByteWidth*14 just before the call
to x_init_mouse.
Sorry about not fixing the problem more elegantly, but I didn't want to
do any major work on the mouse driver.
Themie